home *** CD-ROM | disk | FTP | other *** search
/ Computerized Investing - Spreadsheet Collection / Spreadsheet Collection.iso / pc / ibm9 / ibm9.bat < prev    next >
Encoding:
DOS Batch File  |  1995-10-04  |  3.5 KB  |  71 lines

  1. ECHO OFF
  2. CLS
  3. ECHO                             INSTRUCTIONS FOR THE
  4. ECHO                                 IBM DISK 9
  5. ECHO                               STOCK ANALYSIS
  6. ECHO    .
  7. ECHO    This disk contains spreadsheet templates produced at AAII or
  8. ECHO    published in Computerized Investing.  Although every program has
  9. ECHO    been tested and is believed to work properly, we make no guarantees
  10. ECHO    as to the quality or suitability of any of them.
  11. ECHO    .
  12. ECHO    The following is the directory listing for IBM Disk 9:
  13. ECHO    .
  14. ECHO     IBM9     BAT   3336   The file you are reading
  15. ECHO     DUPONT   DOC   5431   Documentation for DUPONT.WKS
  16. ECHO     DUPONT   WKS   4467   DuPont Analysis/return on equity template  
  17. ECHO     GROWSTK  DOC   5969   Documentation for GROWSTK.WKS 
  18. ECHO     GROWSTK  WKS   3149   Variable growth stock valuation model 
  19. ECHO     MODELS2  DOC  55489   Documentation for MODELS2.WKS 
  20. ECHO     MODELS2  WKS  22779   Fundamental analysis models 
  21. ECHO     PSALE    DOC  13483   Documentation for PSALE.WKS 
  22. ECHO     PSALE    WKS  11549   Price-to-sales screening technique
  23. pause
  24. ECHO     RATIO    DOC  15755   Documentation for RATIO.WKS
  25. ECHO     RATIO    WKS  35394   Financial statement analysis
  26. ECHO     SUSGROWT DOC  10097   Documentation for SUSGROWT.WKS 
  27. ECHO     SUSGROWT WKS   8620   Determining a sustainable growth rate 
  28. ECHO     VAL2     DOC  14079   Documentation for VAL2
  29. ECHO     VAL2     WK1  48237   (1-2-3, Rel 2.4) Fundamental valuation
  30. ECHO     VAL2     FMT  48237   (1-2-3, Rel 2.4) format file for VAL2.WK1
  31. ECHO     VAL2     WK4  51324   (1-2-3, Rel 4 for Windows) Fundamental valuation
  32. ECHO     VAL2     XLS  64323   (Excel) Fundamental valuation
  33. ECHO     WHATIF   DOC  19980   Documentation for WHATIF.WKS 
  34. ECHO     WHATIF   WK1  15267   Changing variables in valuation models
  35. ECHO     MRK40-95 DOC  13756   Documentation for MRK40-95
  36. ECHO     MRK40-95 XLS 713216   (Excel 5.0+) Monthly market data & charts 1940-95
  37. ECHO     MRK40-95 WK1 215420   (1-2-3, Rel 2.0+) Monthly market data 1940-95
  38. ECHO    .
  39. PAUSE
  40. ECHO    .
  41. ECHO    Files ending with WKS extension run all versions of 1-2-3, while those
  42. ECHO    ending in WK1 require release 2.0 or higher.  These worksheets, of
  43. ECHO    course, can be used with other spreadsheet programs that are 1-2-3
  44. ECHO    compatible such as Quattro, Twin, VP-Planner Plus.  The single file 
  45. ECHO    ending in MOD is the Multiplan version of the 1-2-3 template. The files
  46. ECHO    ending in XLS are Microsoft Excel versions of the 1-2-3 templates.
  47. ECHO    .
  48. ECHO    Note that you cannot run files with the .DOC extension in DOS.  These
  49. ECHO    are ASCII text files of the articles that presented the programs.  To
  50. ECHO    view these documentation files, at the DOS command prompt ("A>"),
  51. ECHO    enter
  52. ECHO    .
  53. ECHO                              TYPE filename.DOC
  54. ECHO    .
  55. ECHO    to output them to the screen.  As the text scrolls up the screen, you
  56. ECHO    can "freeze" the display by holding down the Ctrl key then pressing
  57. ECHO    the Num Lock key.  Following that, you can "unfreeze" the display by
  58. ECHO    pressing any key.
  59. ECHO    .
  60. ECHO    To output the documentation files to the printer:  First, make sure
  61. ECHO    your printer is on; second, position the paper correctly at the top of
  62. ECHO    the form; finally, at the DOS prompt, enter:
  63. ECHO    .
  64. PAUSE
  65. ECHO                            COPY filename.DOC PRN
  66. ECHO    .
  67. ECHO    You can print out this directions file (IBM9.BAT) using a similar
  68. ECHO    procedure.
  69. ECHO    .
  70. ECHO    Good luck!
  71.